home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef CTMainH
- #define CTMainH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- //---------------------------------------------------------------------------
- class TMainForm : public TForm
- {
- __published: // IDE-managed Components
- TComboBox *DropDown;
- TComboBox *DropDownList;
- TComboBox *Simple;
- TLabel *Label1;
- TLabel *Label2;
- TLabel *Label3;
- void __fastcall FormCreate(TObject *Sender);
- private: // User declarations
- public: // User declarations
- virtual __fastcall TMainForm(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TMainForm *MainForm;
- //---------------------------------------------------------------------------
- #endif
-